> -Original Message-
> From: Burakov, Anatoly
> Sent: Wednesday, April 3, 2019 3:59 PM
> To: Richardson, Bruce
> Cc: Sirvys, Andrius ; dev@dpdk.org; Laatz, Kevin
> ; sta...@dpdk.org; ciara.po...@intel.com
> Subject: Re: [dpdk-dev] [PATCH] usertools: replace unsafe i
On 03-Apr-19 3:48 PM, Burakov, Anatoly wrote:
On 03-Apr-19 3:29 PM, Burakov, Anatoly wrote:
On 03-Apr-19 2:30 PM, Bruce Richardson wrote:
On Wed, Apr 03, 2019 at 11:44:40AM +0100, Burakov, Anatoly wrote:
On 20-Mar-19 4:43 PM, Andrius Sirvys wrote:
LGTM static code analysis tool reports that t
On 03-Apr-19 3:29 PM, Burakov, Anatoly wrote:
On 03-Apr-19 2:30 PM, Bruce Richardson wrote:
On Wed, Apr 03, 2019 at 11:44:40AM +0100, Burakov, Anatoly wrote:
On 20-Mar-19 4:43 PM, Andrius Sirvys wrote:
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use r
On 03-Apr-19 2:30 PM, Bruce Richardson wrote:
On Wed, Apr 03, 2019 at 11:44:40AM +0100, Burakov, Anatoly wrote:
On 20-Mar-19 4:43 PM, Andrius Sirvys wrote:
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.liter
On Wed, Apr 03, 2019 at 11:44:40AM +0100, Burakov, Anatoly wrote:
> On 20-Mar-19 4:43 PM, Andrius Sirvys wrote:
> > LGTM static code analysis tool reports that the function 'input' is
> > unsafe. Changed to use raw_input which then converts it using
> > ast.literal_eval() which is safe.
> >
> > Fi
On 20-Mar-19 4:43 PM, Andrius Sirvys wrote:
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@intel
On 20/03/2019 16:43, Andrius Sirvys wrote:
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@inte
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@intel.com
Signed-off-by: Andrius Sirvys
---
user
8 matches
Mail list logo