Summary: | overflow in update-mime-database, break some detections | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Sebastien Bacher <seb128> |
Component: | general | Assignee: | Jonathan Blandford <jrb> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | teuf |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
use strtoul instead of strtol in various places to fix potential overflows
patch I'm about to commit |
Description
Sebastien Bacher
2004-10-01 03:58:23 UTC
Created attachment 988 [details] [review] use strtoul instead of strtol in various places to fix potential overflows I also changed offset from being a long to a guint64, I don't know if it makes sense? Anyway, I'll need to update that patch since I didn't modify write_magic_children to properly write a guint64, so let me know what you prefer ;) Created attachment 1404 [details] [review] patch I'm about to commit Fixed in CVS. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.