This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]