Re: [PATCH] virMacAddrParse: Fix wrong termination character

2022-06-16 Thread Eustance Wu
((i == 5) && (*end_ptr == '\0')) * Can I mention a patch for this issue? Will this affect other functions? Peter Krempa 于2022年6月16日周四 14:52写道: > On Thu, Jun 16, 2022 at 14:09:06 +0800, Eustance Wu wrote: > > From ef22e53c9360ddb4bdff61a12013a2812fb7346a Mon Sep 17 00:00:00 2001 > >

[PATCH] virMacAddrParse: Fix wrong termination character

2022-06-16 Thread Eustance Wu
>From ef22e53c9360ddb4bdff61a12013a2812fb7346a Mon Sep 17 00:00:00 2001 From: longtao Date: Thu, 16 Jun 2022 14:08:14 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the '\0' character, not a space. Using spaces to

[PATCH] virMacAddrParse: Fix wrong termination character

2022-06-15 Thread Eustance Wu
>From 7df034e93d392c734ac5c4f4148a3d05f9edce29 Mon Sep 17 00:00:00 2001 From: WuLongTao Date: Thu, 16 Jun 2022 10:43:29 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the null character, not a space. Using spaces to

[no subject]

2022-06-15 Thread Eustance Wu
>From 7df034e93d392c734ac5c4f4148a3d05f9edce29 Mon Sep 17 00:00:00 2001 From: WuLongTao Date: Thu, 16 Jun 2022 10:43:29 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the null character, not a space. Using spaces to