search for: krishnaiah

Displaying 6 results from an estimated 6 matches for "krishnaiah".

2019 Oct 03
2
[PATCH] Avoiding Dereferencing of NULL pointer
Signed-off-by: krishnaiah bommu <krishnaiah.bommu at intel.com> --- moduli.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/moduli.c b/moduli.c index 578fc48..c1fa484 100644 --- a/moduli.c +++ b/moduli.c @@ -153,12 +153,14 @@ static int qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests...
2019 Sep 30
5
[Bug 3074] New: memory leak reported in static code analysis
...e analysis Product: Portable OpenSSH Version: 8.0p1 Hardware: Other OS: Windows 10 Status: NEW Severity: minor Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: krishnaiah.bommu at intel.com Static code analysis is reporting Possible memory leak as Dynamic memory stored in 'handle' allocated through function 'get_handle' at line 559 can be lost at line 635 -- You are receiving this mail because: You are watching the assignee of the bug.
2003 Oct 20
0
MRPP
hello, I'm looking for a R function proceeding MRPP (Multi-Response Permutation Procedures). Is it available? Mielke,P.W., Jr. 1984. Meteorological applications of permutation techniques based on distance functions. Pages 813-830. In P.R. Krishnaiah and P.K, Sen, eds, Handbook of Statistics, Vol.4. Elsevier Science Publisher. I know PC-Ord can do it, but I'd rather a R function which allows very long data list computations. Thanks ____________________________________________________ Martial FERREOL Cellules de Recherche en Environne...
2013 Apr 25
1
Error Message while Package creation
Hello Guys, I wanted to build a new R package from the R code. I installed all the required software and made all the path settings. When i tried running, cmd> RCMD check SamplePackageName while "Checking R code for possible errors" i have encountered a note saying: waning in png(file=Output_FileName, width=840, height=480, unit="px"): partial argument match of
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...eck for FENCE based tiling support i915/gem_render_tiled_blits: Add check for hardware based FENCE support Bhanuprakash Modem (1): tests/i915/gem_lut_handle: Minor fixes Bhawanpreet Lakha (1): tests/kms_content_protection: check i915 and generic debugfs name for HDCP caps Bommu Krishnaiah (1): i915/gem_ctx_persistence: Set context with supported engines Chris Wilson (287): i915/gem_pread/pwrite: Rename "basic" i915: Fix gem_context_has_engine_map() for older kernels overlay: Drop legacy mmio access i915/gem_workarounds: Adapt to change in fil...
2012 Nov 30
1
How to add widgets of gWidgets to widgets of rgtk2 ???
I have a layout in gwidgets. To this, I wanted to add a Textbox(gtkEntry) created from rgtk2... The code is as follows: MainLayOut <- glayout(homogeneous = FALSE, spacing = 10, container = SubGroup) MainLayOut[1, 1, anchor=left] <- "Number of Total Patients: " font(MainLayOut[1, 1, anchor=left]) <- c(weight="bold") patients <- gtkEntry()