[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #14567] httpd. Change pextension parameter type
From: |
Andrey Vinogradov |
Subject: |
[lwip-devel] [task #14567] httpd. Change pextension parameter type |
Date: |
Wed, 21 Jun 2017 12:08:20 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 |
URL:
<http://savannah.nongnu.org/task/?14567>
Summary: httpd. Change pextension parameter type
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: andreyvinogradov
Submitted on: Wed 21 Jun 2017 04:08:19 PM UTC
Category: apps
Should Start On: Wed 21 Jun 2017 12:00:00 AM UTC
Should be Finished on: Wed 21 Jun 2017 12:00:00 AM UTC
Priority: 1 - Later
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
Effort: 1.00
_______________________________________________________
Details:
Structure "fs_file" has void *pextension parameter. I could not find a
description of this parameter. Probably it's for personal use. But if it so,
could you change it type to some more specific like fs_pextension* or
something like that, so developers could specifi it's fields as they need,
because casting from void * every time is not very secure:
fs_pextension * extra = (fs_pextension*)(hs->handle->pextension);
Thank you.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?14567>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #14567] httpd. Change pextension parameter type,
Andrey Vinogradov <=