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)
Fri, Nov 1, 12:40 PM
Unknown Object (File)
Tue, Oct 22, 6:51 PM
Unknown Object (File)
Oct 4 2024, 3:27 PM
Unknown Object (File)
Oct 4 2024, 8:50 AM
Unknown Object (File)
Oct 2 2024, 12:04 AM
Unknown Object (File)
Sep 26 2024, 5:49 PM
Unknown Object (File)
Sep 23 2024, 8:55 AM
Unknown Object (File)
Sep 22 2024, 8:50 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26547
Build 24935: arc lint + arc unit

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