[Bug 243807] CURRENT libedit breaks emacs tramp-mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807 Yuichiro NAITO changed: What|Removed |Added CC||naito.yuich...@gmail.com --- Comment #3 from Yuichiro NAITO --- Hi, this PR insterests to me. In my additional investigation, NetBSD doesn't have this problem, because -E option of /bin/sh is not enabled by default. So NetBSD's /bin/sh doesn't enter edit mode. The -E option is enabled by default on FreeBSD. I think emacs should execute "set +E" just before "stty -inlcr -onlcr -echo kill '^U' erase '^H'". I believe this will solve this problem. I'm afraid that changing ~/.editrc affects to another /bin/sh processes which are created while tramp-mode is running. Some users are really running /bin/sh as a login shell. If they run tramp-mode and login to the same server, they will be confused. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 246050] Buffer overflows in fortune's strfile, unstr and randstr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246050 --- Comment #2 from Shlomi Fish --- An update: in addition, an integer overflow when calculating the percentages was found: https://github.com/shlomif/fortune-mod/commit/acd338098071bddfa1d21f87e1813727031428ea It may or may not be exploitable. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Problem reports for b...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- In Progress |221973 | cam iosched: BIO_ZONE commands probably shouldn't In Progress |221974 | cam iosched: The iops limiter should enforce limi In Progress |244867 | Provide sysctl kern.boot_id New |197876 | [devfs] an error in devfs leads to data loss and New |198797 | [PATCH] Added an option to install BSDstats to bs New |202362 | ntp: restore refclocks selection (10.2-RELEASE re New |202740 | vi/ex string substitution problem when there is m New |204097 | witness_initialize() does not perform bound check New |206336 | [patch] usr.sbin/freebsd-update allow proxy confi New |209213 | UEFI Loader shows only black screen with Nvidia G New |210804 | installerconfig - using ZFS create in custom scri New |223470 | freebsd-update: Cannot identify running kernel (/ New |224436 | vt: CONS_CLRHIST (vidcontrol -C) not implemented New |230620 | "install -d" issue New |235085 | [PATCH] Option to make rc.d/sysctl more verbose ( Open| 71667 | [patch] cleanup of the usr.sbin/bootparamd code Open|182466 | [headers] [patch] make self-contained Open|183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf Open|187015 | agpgart: Panic make_dev_credv: bad si_name (error Open|194925 | [pf] [ifconfig] interface group keywords do not w Open|197921 | scheduler: Allow non-migratable threads to bind t Open|206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open|206649 | cyapa(4): Add common gestures for Cypress APA I2C Open|207248 | [patch] daemon(8): Add option to redirect stdout Open|207940 | stand/efi/boot1: Add boot partition selection Open|212608 | sockstat(1) and lsof(8) can not identity the owne Open|220246 | syslogd does not send RFC3164-conformant messages Open|221305 | Mouse cursor loss when moving cursor while loadin Open|221550 | kern.bootfile returns only /kernel on mips64 (ERL Open|221854 | makefs: Reject UFS labels that are too long to fi Open|222632 | connect(2) not available in capability mode Open|226893 | freebsd-update: Support patchlevel argument for f Open|231810 | [build] release always fails with "mkimg: partiti Open|233578 | Unprivileged local user can prevent other users l Open|233988 | freebsd-update: Improve progress output on termin Open|236718 | system panics with message: vm_fault_hold: fault Open|237271 | Radeon video card no longer works on 12-STABLE (a Open|237287 | moused(8) ignores button release events in virtua Open|237924 | Possible infinite loop in function empty_aux_buff Open|237981 | cxgb(4): Driver doesn't work with latest (7.12) C Open|238183 | cam/scsi/scsi_sa.c: warnings issued by static ana Open|238486 | Possible buffer overflow bug in sc_allocate_keybo Open|238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 Open|238638 | mfi: Remove unnecessary pointer printing in mfi.c Open|238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea Open|239976 | Integer Overflow: ping(8) option "-s", bypass the Open|239977 | Integer Overflow: ping(8) option "-G" and "-g", b Open|239978 | Integer Overflow: ping(8) option "-h", bypass the Open|240572 | libefi: FreeBSD cannot boot with U-Boot patch efi Open|241697 | i915kms: Kernel panic loading module on custom ke Open|242212 | usr.sbin/mergemaster/mergemaster.sh: There is no Open|243357 | 11.3-RELEASE base sendmail fails to compile with Open|244181 | unzip: Add passphrase and GLIBC build support Open|244706 | panic: NULL dereference inside __mtx_lock_sleep() Open|244838 | "bectl activate -t" does not honor the -t flag in Open|245679 | periodic.conf.5: daily_status_ntpd variable typo New |230955 | [patch] Some speedup mergemaster 57 problems total for which you should take action. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebs
[Bug 244640] [Patch][Lua loader] Implement missing "read-conf" 4th command
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244640 --- Comment #17 from Olivier Certner --- Cool! Thank you! As for me, you can close this PR. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"