[Bug 280915] libfetch: Change default FTP password to anonymous@anonymous

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280915 --- Comment #2 from Mallory --- Created attachment 252936 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252936&action=edit PATCH v2 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280671] Memory leak on FreeBSD 13.3 and 14.1

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280671 --- Comment #11 from s...@truespeed.com --- Hi Any update, or any more information you would like me to provide? Thanks -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280913] [patch] Unexpected state of vnet-jails with ifconfig_DEFAULT="DHCP" in rc.conf(5)

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280913 --- Comment #2 from Harald Schmalzbauer --- (In reply to crest from comment #1) We need to either document thath DHCP is not a valid pseudo-argument in vnet-jails or do a auto-SYNCifying, like I proposed. Any objections to my patch? -- Yo

[Bug 280922] Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922 --- Comment #4 from Vladislav Shabanov --- (In reply to Vladislav Shabanov from comment #3) one my mistake to fix in previous comment: both the current implementation and the patched one keeps strftime producing completely wrong result wh

[Bug 280915] libfetch: Change default FTP password to anonymous@anonymous

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280915 --- Comment #1 from Ed Maste --- length `MAXLOGNAME + 1` passed to snprintf doesn't match the buffer size but otherwise seems reasonable to me to make this change -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280922] Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922 --- Comment #3 from Vladislav Shabanov --- (In reply to Dag-Erling Smørgrav from comment #2) Thank you for reply. First of all, the current implementation of libc will produce completely wrong result when someone initializes only standard

[Bug 280922] Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922 --- Comment #2 from Dag-Erling Smørgrav --- Your patch makes no sense. You assume that fields that weren't explicitly initialized are zero, but that's frequently not the case. The correct fix is to change cpython to explicitly initialize

[Bug 280913] [patch] Unexpected state of vnet-jails with ifconfig_DEFAULT="DHCP" in rc.conf(5)

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280913 cr...@rlwinm.de changed: What|Removed |Added CC||cr...@rlwinm.de --- Comment #1 fr

[Bug 280922] Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922 --- Comment #1 from Vladislav Shabanov --- Created attachment 252912 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252912&action=edit the patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280922] Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922 Bug ID: 280922 Summary: Change 46c599340f187db577b9212ab18022f3c7380c68 fixes one case (localtime / gmtime -> strftime('%s'), but breaks another Product: Base System

[Bug 280809] jail_attach(2) fails to document reason for EPERM

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280809 --- Comment #3 from cr...@rlwinm.de --- There is the kern.chroot_allow_open_directories sysctl to allow chroot() with directory file descriptors, but no such "backdoor" exists for jail_attach(), because jails are supposed to provide secure n

[Bug 214917] Samba 4.3.11 (SMB2 or SMB3) on FreeBSD 10.3-RELEASE-p12 crashes with PANIC invalid lock_order because of lock gave errno 9 (Bad file descriptor)

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214917 Mateusz Piotrowski <0...@freebsd.org> changed: What|Removed |Added Assignee|b...@freebsd.org|sa...@freebs

[Bug 103135] [ipsec] ipsec with ipfw divert (not NAT) encodes a packet twice breaking PMTUD

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=103135 Eugene Grosbein changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 280667] kernel panicked while using vscode

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280667 --- Comment #3 from s_m...@os.rim.or.jp --- (In reply to Mark Johnston from comment #2) I applied this patch to the source of revision 4c5188bbeb88 : https://reviews.freebsd.org/file/data/46vn3u4fppozrmbpumm3/PHID-FILE-fpq3ig3mungpijncdlfe/

[Bug 249387] natd uses wrong dealiased address

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249387 Eugene Grosbein changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 280910] [PATCH] Fix crash for "tail -F"

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280910 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org

[Bug 280910] [PATCH] Fix crash for "tail -F"

2024-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280910 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=308399a179a49b7b858c725de10177fdb0502fd2 commit 308399a179a49b7b858c725de10177fdb0502fd2 Author: