Re: [PATCH] virMacAddrParse: Fix wrong termination character

2022-06-16 Thread Eustance Wu
; 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 judge, co

Re: [PATCH] virMacAddrParse: Fix wrong termination character

2022-06-16 Thread Peter Krempa
On Thu, Jun 16, 2022 at 14:09:06 +0800, Eustance Wu wrote: > 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

[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 ju

Re: [PATCH] virMacAddrParse: Fix wrong termination character

2022-06-15 Thread Ján Tomko
On a Thursday in 2022, Eustance Wu wrote: 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

[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 spa