[
https://issues.apache.org/jira/browse/HDFS-15910?focusedWorklogId=569319&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-569319
]
ASF GitHub Bot logged work on HDFS-15910:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Mar/21 07:08
Start Date: 21/Mar/21 07:08
Worklog Time Spent: 10m
Work Description: GauthamBanasandra opened a new pull request #2793:
URL: https://github.com/apache/hadoop/pull/2793
* Replacing bzero with explicit_bezero since it
is more secure.
* explicit_bzero guarantees that the buffer is
cleared irrespective of the compiler optimization,
unlike bzero.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 569319)
Remaining Estimate: 0h
Time Spent: 10m
> Replace bzero with explicit_bzero for better safety
> ---------------------------------------------------
>
> Key: HDFS-15910
> URL: https://issues.apache.org/jira/browse/HDFS-15910
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: libhdfs++
> Affects Versions: 3.2.2
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> It is better to always use explicit_bzero since it guarantees that the buffer
> will be cleared irrespective of the compiler optimizations -
> https://man7.org/linux/man-pages/man3/bzero.3.html.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]