[Bug 2096913] [NEW] Incorrect coding of float and double

2025-01-29 Thread Rene van Paassen
Public bug reported: There is a bug in the upstream 6.1.0 / 6.1.1 version, the coding of float does, in msgpack/v1/pack.hpp template inline packer& packer::pack_float(float d) { if(d == d) { // check for nan // compare d to limits to avoid undefined behaviour if(d >= 0 && d <

[Bug 459716] Re: encrypted modes don't work on ndiswrapper wireless adapters

2009-12-01 Thread Rene van Paassen
I dug a bit deeper, created a patch, and filed a bug report for ndiswrapper too. Patch is: diff --git a/iw_ndis.c b/iw_ndis.c index 434260e..3f5e12c 100644 --- a/iw_ndis.c +++ b/iw_ndis.c @@ -1591,6 +1591,12 @@ static int iw_set_auth(struct net_device *dev, if (wrqu->param.value)

[Bug 459716] Re: encrypted modes don't work on ndiswrapper wireless adapters

2009-12-01 Thread Rene van Paassen
The following happens in the wpa_supplicant, driver_wext.c lines 2115 and further #ifdef CONFIG_IEEE80211W switch (params->mgmt_frame_protection) { case NO_MGMT_FRAME_PROTECTION: value = IW_AUTH_MFP_DISABLED; break; case MGMT_FRAME_PROTECTION