Page MenuHomeFreeBSD

Use zlib's uncompress function for simpler code.
ClosedPublic

Authored by ota_j.email.ne.jp on Sep 5 2019, 4:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 24, 8:12 AM
Unknown Object (File)
Sat, Feb 22, 3:41 PM
Unknown Object (File)
Sat, Feb 22, 9:23 AM
Unknown Object (File)
Sat, Feb 22, 3:19 AM
Unknown Object (File)
Fri, Feb 21, 3:57 PM
Unknown Object (File)
Mon, Feb 17, 5:50 AM
Unknown Object (File)
Jan 29 2025, 3:12 PM
Unknown Object (File)
Dec 28 2024, 8:15 AM
Subscribers

Details

Summary

uncompress() does the same job.

Test Plan

DDB_CTF compile option is on by default.
But I'm not sure how to run this section of code.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/kern/kern_ctf.c
247

FreeBSD style discourages CamelCase. The variable should be called something like destlen instead.

This revision is now accepted and ready to land.Sep 8 2019, 4:14 PM
This revision now requires review to proceed.Sep 18 2019, 4:16 AM
This revision is now accepted and ready to land.Sep 18 2019, 4:38 AM