Page MenuHomeFreeBSD
Feed Advanced Search

May 26 2016

truckman committed rS300783: Correct a typo in a comment..
Correct a typo in a comment.
May 26 2016, 10:03 PM
truckman committed rS300781: Modify BOUND_VAR() macro to wrap all of its arguments in () and tweak.
Modify BOUND_VAR() macro to wrap all of its arguments in () and tweak
May 26 2016, 9:45 PM
truckman committed rS300779: Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE)..
Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).
May 26 2016, 9:40 PM
truckman closed D6388: CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet by committing rS300779: Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE)..
May 26 2016, 9:40 PM
truckman added a comment to D6572: Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt.
In D6572#138990, @cem wrote:

I don't dislike the if() { } cleanup pattern on exit, even if it is impossible with today's code.

Does this code ever get compiled in userspace? Do the mem_alloc routines do the same thing there?

May 26 2016, 4:23 PM
truckman accepted D6572: Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt.

Looks fine to me.

May 26 2016, 12:23 PM
truckman committed rP415875: Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0..
Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0.
May 26 2016, 6:02 AM
truckman committed rS300706: Avoid buffer overflow or truncation when constructing path_zoneinfo_file..
Avoid buffer overflow or truncation when constructing path_zoneinfo_file.
May 26 2016, 1:45 AM
truckman committed rS300705: Avoid buffer overflow when copying the input file name and appending .dat..
Avoid buffer overflow when copying the input file name and appending .dat.
May 26 2016, 1:33 AM
truckman removed reviewers for D6526: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes): rmacklem, mav.
May 26 2016, 12:09 AM
truckman abandoned D6526: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes).
May 26 2016, 12:07 AM
truckman reclaimed D6526: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes).
May 26 2016, 12:06 AM

May 25 2016

truckman committed rS300692: Close the input FILE * in read_file() and the output FILE * in write_file().
Close the input FILE * in read_file() and the output FILE * in write_file()
May 25 2016, 6:38 PM
truckman closed D6554: Fix CID 977702 (Resource leak) in ed io.c by committing rS300692: Close the input FILE * in read_file() and the output FILE * in write_file().
May 25 2016, 6:38 PM
truckman updated the diff for D6554: Fix CID 977702 (Resource leak) in ed io.c.

Match existing {} style

May 25 2016, 6:01 PM
truckman added inline comments to D6554: Fix CID 977702 (Resource leak) in ed io.c.
May 25 2016, 4:28 PM
truckman closed D6557: Fix Coverity CIDs 1356044 and 1356045 Unintended sign extension.

Closed by commit rS300686: Fix a couple of Coverity Unintended sign extension sign extension (authored by truckman).

May 25 2016, 4:13 PM
truckman closed D6558: Fix Coverity CIDs 1356022, 1356034, 1356023, 1356035, 1356042.

Closed by commit : rS300685: Fix a couple of new instances of a false positive Coverity buffer (authored by truckman).

May 25 2016, 4:08 PM
truckman committed rS300686: Fix a couple of Coverity Unintended sign extension sign extension.
Fix a couple of Coverity Unintended sign extension sign extension
May 25 2016, 3:49 PM
truckman committed rS300685: Fix a couple of new instances of a false positive Coverity buffer.
Fix a couple of new instances of a false positive Coverity buffer
May 25 2016, 3:43 PM
truckman updated the diff for D6558: Fix Coverity CIDs 1356022, 1356034, 1356023, 1356035, 1356042.

Clear cdb_storage before reusing it.

May 25 2016, 8:44 AM
truckman retitled D6558: Fix Coverity CIDs 1356022, 1356034, 1356023, 1356035, 1356042 from to Fix Coverity CIDs 1356022, 1356034, 1356023, 1356035, 1356042.
May 25 2016, 8:41 AM
truckman retitled D6557: Fix Coverity CIDs 1356044 and 1356045 Unintended sign extension from to Fix Coverity CIDs 1356044 and 1356045 Unintended sign extension.
May 25 2016, 8:26 AM
truckman committed rS300666: Call closedir() before returning from fetchListFile() to avoid a leak..
Call closedir() before returning from fetchListFile() to avoid a leak.
May 25 2016, 7:43 AM
truckman committed rS300665: Don't leak addrinfo in fetch_bind().
Don't leak addrinfo in fetch_bind()
May 25 2016, 7:40 AM
truckman committed rS300664: Fix Coverity CID 978183 Resource leak in rexec()..
Fix Coverity CID 978183 Resource leak in rexec().
May 25 2016, 7:26 AM
truckman committed rS300662: Fix Coverity CID 1016714 Resource leak in process_file_actions_entry().
Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()
May 25 2016, 7:14 AM
truckman committed rS300660: Fix 1016718 Resource leak..
Fix 1016718 Resource leak.
May 25 2016, 6:56 AM
truckman added inline comments to D6360: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues.
May 25 2016, 5:48 AM
truckman committed rS300649: Fix Coverity CID 1019054 (String not null terminated) in setfacl..
Fix Coverity CID 1019054 (String not null terminated) in setfacl.
May 25 2016, 5:20 AM
truckman committed rS300648: Fix CID 1011370 (Resource leak) in ps..
Fix CID 1011370 (Resource leak) in ps.
May 25 2016, 5:13 AM
truckman retitled D6554: Fix CID 977702 (Resource leak) in ed io.c from to Fix CID 977702 (Resource leak) in ed io.c.
May 25 2016, 4:37 AM
truckman committed rS300643: Close from_fd if malloc() fails to avoid a file descriptor leak..
Close from_fd if malloc() fails to avoid a file descriptor leak.
May 25 2016, 2:51 AM
truckman committed rS300642: Match the descriptions of the \H and \h prompt string sequences to reality..
Match the descriptions of the \H and \h prompt string sequences to reality.
May 25 2016, 2:10 AM
truckman retitled D6552: Another try at fixing Coverity 1008328 in /bin/sh from to Another try at fixing Coverity 1008328 in /bin/sh.
May 25 2016, 2:00 AM
truckman closed D6550: Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free by committing rS300639: Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free.
May 25 2016, 1:37 AM
truckman committed rS300639: Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free.
Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free
May 25 2016, 1:37 AM
truckman retitled D6550: Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free from to Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free.
May 25 2016, 1:20 AM
truckman committed rS300636: Delay calling yp_malloc_dnsent() until after some additional sanity.
Delay calling yp_malloc_dnsent() until after some additional sanity
May 25 2016, 12:25 AM
truckman committed rS300635: Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak..
Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.
May 25 2016, 12:17 AM

May 24 2016

truckman committed rS300633: Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and.
Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and
May 24 2016, 11:42 PM
truckman closed D6368: Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and 1199380 (Resource leak) by committing rS300633: Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and.
May 24 2016, 11:41 PM
truckman committed rS300632: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues.
Fix acpidump CID 1011278 (Buffer not null terminated) and other issues
May 24 2016, 11:37 PM
truckman closed D6360: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues by committing rS300632: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues.
May 24 2016, 11:37 PM
truckman abandoned D6526: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes).

dup

May 24 2016, 5:40 AM
truckman retitled D6526: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes) from to Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes).
May 24 2016, 5:39 AM
truckman retitled D6524: Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes) from to Fix Coverity CIDs 1018708 and 1018709 in libstand/nfs.c (and other fixes).
May 24 2016, 5:38 AM
truckman committed rS300564: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.
Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes
May 24 2016, 5:02 AM
truckman closed D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes by committing rS300564: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.
May 24 2016, 5:02 AM
truckman updated the diff for D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.

Whitespace changes

May 24 2016, 4:09 AM
truckman updated the diff for D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.

Re-order the tests in the name sanitization loop to eliminate the else clause

May 24 2016, 4:07 AM
truckman updated the diff for D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.

Return early when possible to reduce code nesting.

May 24 2016, 2:54 AM
truckman added a comment to D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.

I like the early return idea, though it will make the diff a lot bigger.

May 24 2016, 2:33 AM
truckman committed rS300547: Fix multiple Coverity Out-of-bounds access false postive issues in CAM.
Fix multiple Coverity Out-of-bounds access false postive issues in CAM
May 24 2016, 12:57 AM
truckman closed D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code by committing rS300547: Fix multiple Coverity Out-of-bounds access false postive issues in CAM.
May 24 2016, 12:57 AM

May 23 2016

truckman added a comment to D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.
In D6496#137886, @imp wrote:

I like the code cleanup, but foo[1] is a time-honored technique to get the address following foo. I'm surprised this would be flagged as an error.

May 23 2016, 9:23 PM
truckman added a comment to D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.

Any thoughts about MFC to 10-STABLE?

May 23 2016, 4:44 PM
truckman added a comment to D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.

I just counted 'em up and found that this is responsible for 77 Coverity errors.

May 23 2016, 8:07 AM
truckman committed rS300473: MFC r300005.
MFC r300005
May 23 2016, 5:46 AM
truckman committed rS300472: MFC r300002.
MFC r300002
May 23 2016, 5:44 AM
truckman committed rS300470: MFC r299991.
MFC r299991
May 23 2016, 5:41 AM
truckman committed rS300469: MFC r299988.
MFC r299988
May 23 2016, 5:39 AM
truckman committed rS300463: MFC r299986.
MFC r299986
May 23 2016, 5:27 AM
truckman committed rS300461: MFC r299971.
MFC r299971
May 23 2016, 5:25 AM
truckman committed rS300459: MFC r299953.
MFC r299953
May 23 2016, 5:22 AM
truckman committed rS300458: MFC r299952.
MFC r299952
May 23 2016, 5:20 AM
truckman committed rS300456: MFC r299948.
MFC r299948
May 23 2016, 5:14 AM
truckman committed rS300453: MFC r299926.
MFC r299926
May 23 2016, 5:11 AM
truckman committed rS300452: MFC r299922.
MFC r299922
May 23 2016, 5:07 AM
truckman committed rS300451: MFC r299897.
MFC r299897
May 23 2016, 4:52 AM
truckman committed rS300450: MFC r299894.
MFC r299894
May 23 2016, 4:50 AM
truckman committed rS300449: MFC r299893.
MFC r299893
May 23 2016, 4:47 AM
truckman added reviewers for D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code: trasz, ken, delphij, ngie.
May 23 2016, 2:57 AM
truckman updated subscribers of D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.
May 23 2016, 2:56 AM
truckman added inline comments to D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.
May 23 2016, 2:49 AM
truckman retitled D6496: Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code from to Fix multiple Coverity CWE-119 (Out-of-bounds access) errors in userland CAM code.
May 23 2016, 2:30 AM
truckman committed rS300442: Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh..
Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh.
May 23 2016, 1:01 AM
truckman closed D6482: Hopefully fix Coverity CID 1008328 in /bin/sh by committing rS300442: Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh..
May 23 2016, 1:01 AM

May 22 2016

truckman added reviewers for D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes: bapt, markj, delphij, bdrewery.
May 22 2016, 12:58 AM

May 21 2016

truckman retitled D6490: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes from to Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes.
May 21 2016, 11:08 PM
truckman retitled D6482: Hopefully fix Coverity CID 1008328 in /bin/sh from to Hopefully fix Coverity CID 1008328 in /bin/sh.
May 21 2016, 5:59 AM

May 20 2016

truckman committed rS300286: MFC r299879, r299880.
MFC r299879, r299880
May 20 2016, 7:18 AM
truckman committed rS300285: MFC r299873.
MFC r299873
May 20 2016, 7:14 AM
truckman committed rS300284: MFC r299869.
MFC r299869
May 20 2016, 7:11 AM
truckman committed rS300283: MFC r299868.
MFC r299868
May 20 2016, 7:08 AM
truckman committed rS300281: MFC r299867.
MFC r299867
May 20 2016, 7:00 AM
truckman committed rS300279: MFC 299866.
MFC 299866
May 20 2016, 6:56 AM
truckman committed rS300278: MFC r299865.
MFC r299865
May 20 2016, 6:55 AM
truckman committed rS300276: MFC r299593.
MFC r299593
May 20 2016, 6:47 AM
truckman committed rS300275: MFC r299592.
MFC r299592
May 20 2016, 6:44 AM
truckman committed rS300274: MFC r299591.
MFC r299591
May 20 2016, 6:41 AM
truckman committed rS300273: MFC r299585.
MFC r299585
May 20 2016, 6:39 AM
truckman committed rS300272: MFC r299581.
MFC r299581
May 20 2016, 6:35 AM
truckman committed rS300271: MFC r299580.
MFC r299580
May 20 2016, 6:33 AM
truckman committed rS300270: MFC r299579.
MFC r299579
May 20 2016, 6:28 AM
truckman committed rS300269: MFC r299577, r299578, r299589.
MFC r299577, r299578, r299589
May 20 2016, 6:24 AM
truckman committed rS300268: MFC r290903, r299573.
MFC r290903, r299573
May 20 2016, 6:19 AM
truckman committed rS300266: MFC r299525.
MFC r299525
May 20 2016, 6:05 AM
truckman committed rS300265: MFC r299524.
MFC r299524
May 20 2016, 6:02 AM

May 19 2016

truckman committed rS300247: Document new net.inet.tcp.ecn.enable sysctl settings..
Document new net.inet.tcp.ecn.enable sysctl settings.
May 19 2016, 11:03 PM