[Bug 198377] libc: Invalid size check in load_msgcat()

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Pedro F. Giffuni changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 198377] libc: Invalid size check in load_msgcat()

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #3 fro

[Bug 198377] libc: Invalid size check in load_msgcat()

2015-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Mark Linimon changed: What|Removed |Added Component|misc|kern Keywords|

Re: [Bug 198377] libc: Invalid size check in load_msgcat()

2015-03-07 Thread Bruce Evans
On Fri, 6 Mar 2015 bugzilla-nore...@freebsd.org wrote: According to coverity 1193663, the following check always yields a false result: 405if (st.st_size > SIZE_T_MAX) { 406_close(fd); 407SAVEFAIL(name, lang, EFBIG); 408NLRETERR(EFBIG); 409} _ result_indepe

[Bug 198377] libc: Invalid size check in load_msgcat()

2015-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 --- Comment #2 from Pedro F. Giffuni --- Forgot to mention the code in question is in lib/libc/nls/msgcat.c -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-

[Bug 198377] libc: Invalid size check in load_msgcat()

2015-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Pedro F. Giffuni changed: What|Removed |Added CC||ga...@freebsd.org --- Comment #

[Bug 198377] libc: Invalid size check in load_msgcat()

2015-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Bug ID: 198377 Summary: libc: Invalid size check in load_msgcat() Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Sever