Page MenuHomeFreeBSD

Add test to verify fix for FreeBSD-SA-19:20.bsnmp
ClosedPublic

Authored by darrick.freebsd_gmail.com on Aug 12 2020, 12:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 13, 5:00 AM
Unknown Object (File)
Fri, Sep 5, 11:28 PM
Unknown Object (File)
Sep 3 2025, 9:06 AM
Unknown Object (File)
Aug 30 2025, 7:48 PM
Unknown Object (File)
Aug 23 2025, 9:18 AM
Unknown Object (File)
Aug 23 2025, 9:18 AM
Unknown Object (File)
Aug 8 2025, 11:19 AM
Unknown Object (File)
Aug 6 2025, 11:59 PM
Subscribers

Details

Summary

Verify passing in improper length in asn_buf to asn_get_header() returns ASN_ERR_EOBUF.

Test Plan

Verified test passing with fix for FreeBSD-SA-19:20.bsnmp and failing without.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem added inline comments.
lib/libbsnmp/tests/bsnmpd_test.c
9 ↗(On Diff #75711)

The explicit length can be dropped to size it correctly automatically, char test_buf[] = { ... };

15 ↗(On Diff #75711)

2, or sizeof(test_buf)

lib/libbsnmp/tests/bsnmpd_test.c
15 ↗(On Diff #75711)

this one was missed?

This revision is now accepted and ready to land.Aug 12 2020, 8:44 PM
This revision was automatically updated to reflect the committed changes.