[
https://issues.apache.org/jira/browse/MINIFI-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103468#comment-16103468
]
ASF subversion and git services commented on MINIFI-330:
--------------------------------------------------------
Commit fe63485342fc0e84250887871826b9f17b1f9a94 in nifi-minifi-cpp's branch
refs/heads/master from Marc Parisi
[ https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;h=fe63485 ]
MINIFI-249: Update prov repo to better abstract deser.
- Deserialization and serialization are better abstracted
into SerializableComponent allowing us to use all repos with
the same [de]serialization interfaces.
- Update Test resources to use local http server when possible
- Allow for different volatile configurations
- Update removals and link FlowFileRepo to content repo
MINIFI-330: convert const char* to std::string
This closes #110.
Signed-off-by: Aldrin Piri <[email protected]>
> Avoid downcasting host name
> ---------------------------
>
> Key: MINIFI-330
> URL: https://issues.apache.org/jira/browse/MINIFI-330
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Reporter: marco polo
> Assignee: marco polo
> Priority: Critical
>
> We've been storing the host name and storing it as a const char *; however,
> it appears when doing so we're storing the pointer instead of copying/moving
> it resulting it changes to the null terminator. If we use a string we avoid
> this issue entirely.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)