[Bug server/13608] Limit the size of the request from the compile server client

fche at redhat dot com sourceware-bugzilla@sourceware.org
Thu Jan 14 20:52:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=13608

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
Limiting the compressed .zip file size is pretty easy; we'd also want to limit
the uncompressed size (to reduce the likelihood of a -ENOSPC later).  To do the
latter, one might need to run "unzip -l" or "zipinfo" on the file and scrape
the output for estimating uncompressed sizes.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list